code_checker.types

Members

Structs

AbsolutePath
struct AbsolutePath

The path is guaranteed to be the absolute path.

DirName
struct DirName

No guarantee regarding the path. May be absolute, relative, contain a '~'. The user of this type must do all the safety checks to ensure that the datacontained in valid.

Exists
struct Exists(T)

During construction checks that the file exists on the filesystem.

FileName
struct FileName

No guarantee regarding the path. May be absolute, relative, contain a '~'. The user of this type must do all the safety checks to ensure that the datacontained in valid.

Path
struct Path

No guarantee regarding the path. May be absolute, relative, contain a '~'. The user of this type must do all the safety checks to ensure that the datacontained in valid.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)